home *** CD-ROM | disk | FTP | other *** search
/ Designer's Club 1997 July / Designer's Club 1997 July.iso / mac / Idea Source / Gallery.DIR / 00004.ls < prev    next >
Encoding:
Text File  |  1997-05-28  |  257 b   |  14 lines

  1. on mouseDown
  2.   puppetSound("tock")
  3.   repeat while the mouseDown
  4.     set the visible of sprite 4 to 0
  5.     updateStage()
  6.   end repeat
  7.   set the visible of sprite 4 to 1
  8.   puppetSound(1, "tick")
  9.   sound stop 1
  10.   sound stop 2
  11.   sound stop 3
  12.   go(1, "main")
  13. end
  14.